vircadia / vircadia-builder

Builds Vircadia's native Interface and Domain server ("Project Athena") on Linux.
GNU General Public License v3.0
20 stars 37 forks source link

Detect out of memory errors #75

Open daleglass opened 2 years ago

daleglass commented 2 years ago

The OOM killer can be detected by parsing dmesg. This can be used to notify the user that they ran out of memory.

JulianGro commented 2 years ago

Duplicate of https://github.com/vircadia/vircadia-builder/issues/48 ;)