summaryrefslogtreecommitdiff
path: root/config.h
blob: 96094dd5c4755f3735a9bc6cd6d59b13076d7974 (plain) (blame)
1
2
3
4
5
6
7
#ifndef config_h
#define config_h

#define memory_size (1024 * 1024 * 32)
#define app_memory_size (1024 * 1024 * 16)

#endif