Module feophantlib::constants[][src]

Re-exports

pub use system_tables::SystemTables;

Modules

This defines all the system internal tables so we can bootstrap the system.

Enums

Constants

Linux seems to limit to 1024, macos 256, windows 512 but I’m staying low until a benchmark proves I need to change it.

Number of pages to hold in cache, each will consume PAGE_SIZE of memory

Max file size is 1GB. Be careful changing this setting on 32-bit platforms. I have been careful to use usize in most places, as a result a variety of limits will be lower on a 32bit platform.