This allows to reuse the existing inmate configs more easily. 6M of hypervisor memory is much less than before but should only be a problem on very large or very old (no VT-d hugepages) systems, so it's practically fine.
Signed-off-by: Jan Kiszka <[email protected]> --- tools/jailhouse-config-create | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/jailhouse-config-create b/tools/jailhouse-config-create index 6673f46c..65a832dc 100755 --- a/tools/jailhouse-config-create +++ b/tools/jailhouse-config-create @@ -70,8 +70,8 @@ parser.add_argument('-c', '--console', action='store', type=str) -memargs = [['--mem-inmates', '2M', 'inmate'], - ['--mem-hv', '64M', 'hypervisor']] +memargs = [['--mem-inmates', '76M', 'inmate'], + ['--mem-hv', '6M', 'hypervisor']] for entry in memargs: parser.add_argument(entry[0], -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
