lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
430 stars 76 forks source link

container: Fix 32bit build #152

Closed stgraber closed 3 years ago

stgraber commented 3 years ago

Reduce memory allocation for snapshots to allow building on 32bit. This will limit the total number of snapshots that this can handle but it's still such a ludicrous number that it shouldn't be an issue until we can fully ignore 32bit.

Signed-off-by: Stéphane Graber stgraber@ubuntu.com