The maximum size (in KB) of files written by a command executed trough safe_exec

Default: 64MB

Property definitions

nitc :: testing_base $ ToolContext :: _ulimit_file
	# The maximum size (in KB) of files written by a command executed trough `safe_exec`
	#
	# Default: 64MB
	var ulimit_file = 65536 is writable
src/testing/testing_base.nit:90,2--93,36