]> git.ipfire.org Git - pakfire.git/blob - tests/pakfire.conf
jail: Bring back the UNIX domain socket between child/parent
[pakfire.git] / tests / pakfire.conf
1 # This is the configuration file for the test environment
2
3 [distro]
4 name = Test Distribution
5 id = test
6 version_id = 1
7 codename = Blah
8 vendor = Test Project
9 slogan = Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
10
11 [build]
12
13 # Guaranteed memory for the build environment
14 memory_guaranteed = 256M
15
16 # Memory limit for the build environment
17 memory_limit = 1G
18
19 # PID limit for the build environment
20 pid_limit = 512