xdmp:architecture() as xs:string
Returns the hardware architecture upon which MarkLogic Server is running.
If xdmp:platform()
returns "linux",
it will return "x86_64" or "i686.
If xdmp:platform()
returns "winnt",
it will return "amd64" or "i686".
If xdmp:platform()
returns "macosx",
it will return "x86_64".
xdmp:architecture() => "amd64"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.