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 name="cell1" priority="-1" caps="16000">
<binary name="larson"/>
<resource name="RAM" quantum="20G"/>
<resource name="RAM" quantum="220G"/>
<config>
<vfs> <dir name="dev">
<log/>

View File

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