]> git.proxmox.com Git - pve-installer.git/commitdiff
run env: remove debug print
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 7 Nov 2023 12:20:49 +0000 (13:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Nov 2023 15:40:15 +0000 (16:40 +0100)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Proxmox/Install/RunEnv.pm

index 911639725ce0ca67372744bae5b9d60bed588ac8..5f68d82f9908af6982ab1c436d088bd78d62f3b6 100644 (file)
@@ -319,7 +319,6 @@ sub default_zfs_arc_max {
 
     my $default_mib = get('total_memory') * $ZFS_ARC_SYSMEM_PERCENTAGE;
     my $rounded_mib = int(sprintf('%.0f', $default_mib));
-    print "total_memory:" . get('total_memory') . " mib_rounded:$rounded_mib\n";
 
     if ($rounded_mib > $ZFS_ARC_MAX_SIZE_MIB) {
        return $ZFS_ARC_MAX_SIZE_MIB;