§2024-12-03

  1. mongod-r8.0.4-2024-12-02-JetsonOrinNano and mongos-r8.0.4-2024-12-02-JetsonOrinNano
  • built with and works with Jetson Orin Nano developement board

    • time nohup python3 buildscripts/scons.py install-core -j3 --ssl --linker=gold --disable-warnings-as-errors --release --wiredtiger >log 2>&1 &
  • 2024-12-02

    • real 780m7.331s user 1818m56.729s sys 100m38.168s
  • failed on odroid-n2

    • illegal instruction
  1. mongod-r8.0.4-2024-12-04-orgpi516g and mongos-r8.0.4-2024-12-04-orgpi516g
  • built on orgpi516G orangepi5 Plus on 2024-12-04 - time nohup python3 buildscripts/scons.py install-core -j6 --ssl --linker=gold CCFLAGS="-march=armv8-a+crc -mtune=cortex-a53" --disable-warnings-as-errors >log 2>&1 &

  • 2024-12-04 Real 420m12.897s user 2348m10.470s sys 86m56.229s

  • alexlai@n2Bookworm:~/build/src$ ./mongos --version, odroidN2+ machine,

    • failed on hc4Odroid machine running ubuntu 20.04 but works on ubuntu 22.04
mongos version v8.0.4
Build Info: {
    "version": "8.0.4",
    "gitVersion": "3921bf537153dbdd3f9181aceb61ea0e4a057471",
    "openSSLVersion": "OpenSSL 3.0.15 3 Sep 2024",
    "modules": [],
    "allocator": "tcmalloc-google",
    "environment": {
        "distarch": "aarch64",
        "target_arch": "aarch64"
    }
}
  • orgpi516G.yushei.net
alexlai@opi516G:/opt/xfs/alexlai/build/mongo/build/install/bin$ ./mongod --version
51217 src/third_party/tcmalloc/dist/tcmalloc/system-alloc.cc:755] MmapAligned() failed - unable to allocate with tag (hint=0x2de500000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
51217 src/third_party/tcmalloc/dist/tcmalloc/arena.cc:48] CHECK in Alloc: FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing mmap from succeeding (sandbox, VSS limitations)?
^[[AAborted (core dumped)
alexlai@opi516G:/opt/xfs/alexlai/build/mongo/build/install/bin$ ./mongos --version
51222 src/third_party/tcmalloc/dist/tcmalloc/system-alloc.cc:755] MmapAligned() failed - unable to allocate with tag (hint=0x4f95c0000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
51222 src/third_party/tcmalloc/dist/tcmalloc/arena.cc:48] CHECK in Alloc: FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing mmap from succeeding (sandbox, VSS limitations)?
Aborted (core dumped)
  • jetsonOrinNano also works
(PYTHON-3.10.15) alexlai@JetsonOrinNano:~/build/src$ ./mongod --version
db version v8.0.4
Build Info: {
    "version": "8.0.4",
    "gitVersion": "3921bf537153dbdd3f9181aceb61ea0e4a057471",
    "openSSLVersion": "OpenSSL 3.0.2 15 Mar 2022",
    "modules": [],
    "allocator": "tcmalloc-google",
    "environment": {
        "distarch": "aarch64",
        "target_arch": "aarch64"
    }
}
(PYTHON-3.10.15) alexlai@JetsonOrinNano:~/build/src$ ./mongos --version
mongos version v8.0.4
Build Info: {
    "version": "8.0.4",
    "gitVersion": "3921bf537153dbdd3f9181aceb61ea0e4a057471",
    "openSSLVersion": "OpenSSL 3.0.2 15 Mar 2022",
    "modules": [],
    "allocator": "tcmalloc-google",
    "environment": {
        "distarch": "aarch64",
        "target_arch": "aarch64"
    }
}
Return to Top