Add cpu core count

This commit is contained in:
2023-10-07 15:09:15 +02:00
parent 862929cd51
commit c51d2a91ff
2 changed files with 8 additions and 1 deletions

View File

@ -27,6 +27,9 @@ LXC_SHAREFS_STORAGE="local-zfs"
# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank)
LXC_SHAREFS_MOUNTPOINT="tank"
# cpu core count (default: 0 = unlimited)
LXC_THREADS=0
# Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024)
LXC_MEM=1024