Function cmb_process_default_stacksize_set

Function Documentation

void cmb_process_default_stacksize_set(size_t sz)

Set the global default stack size for cmb_process’es. Will take effect for all calls to cmb_process_initialize from now on, but will not retroactively change the stack size for any already created processes.

Parameters:
  • sz – Stack size, in bytes. Will be rounded up to a multiple of the system page size, 4096 bytes on the x86-64 architecture, and a guard page added.