1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 21:10:17 +01:00

Decrease memory/disk size of default vm

This commit is contained in:
2022-11-17 19:22:16 +01:00
parent 8252e189cc
commit 706dfe8688
2 changed files with 3 additions and 3 deletions

4
box.py
View File

@@ -46,9 +46,9 @@ ssh:
emit_keys_to_console: false
boxpy_data:
cpus: 1
disk_size: 10240
disk_size: 6144
key: ~/.ssh/id_rsa
memory: 2048
memory: 1024
'''
COMPLETIONS = {'bash': '''\
_boxpy() {