Skip to content

Commit 0a08129

Browse files
committed
Removed unnecessary setting of MAX_MEM
1 parent a5a6ee1 commit 0a08129

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

starbase/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ set(SERVICE_NAME "IncludeOS Starbase")
1818
# Name of your service binary
1919
set(BINARY "starbase")
2020

21-
# Maximum memory can be hard-coded into the binary
22-
set(MAX_MEM 128)
23-
2421
# Source files to be linked with OS library parts to form bootable image
2522
set(SOURCES
2623
service.cpp # ...add more here

0 commit comments

Comments
 (0)