ealanos: More RAM for Larson benchmark and let it use hamstraaja by default.

This commit is contained in:
Michael Mueller
2025-06-03 15:30:21 +02:00
parent dcf5bb924d
commit 89239e2b43
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ install_config {
</start> </start>
<start name="cell1" priority="-1" caps="16000"> <start name="cell1" priority="-1" caps="16000">
<binary name="larson"/> <binary name="larson"/>
<resource name="RAM" quantum="20G"/> <resource name="RAM" quantum="220G"/>
<config> <config>
<vfs> <dir name="dev"> <vfs> <dir name="dev">
<log/> <log/>

View File

@@ -155,8 +155,8 @@ void operator delete[](void *pUserData )
#endif #endif
#ifndef CUSTOM_MALLOC #ifndef CUSTOM_MALLOC
#define CUSTOM_MALLOC malloc //_alloc->alloc #define CUSTOM_MALLOC _alloc->alloc
#define CUSTOM_FREE free //_alloc->free #define CUSTOM_FREE _alloc->free
#endif #endif