We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can modify the file:
vi /etc/mock/site-defaults.cfg
enable the plugin using this settings:
config_opts['plugin_conf']['tmpfs_enable'] = True config_opts['plugin_conf']['tmpfs_opts'] = {} config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024 config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '768m' config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755' config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
Note: change the size of 'max_fs_size':
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '768m'
to
config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '2768m'
that's all~~~
hopefully it will be useful .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You can modify the file:
enable the plugin using this settings:
Note: change the size of 'max_fs_size':
to
that's all~~~
hopefully it will be useful .
The text was updated successfully, but these errors were encountered: