Jump to content
XPEnology Community

zig1375

Rookie
  • Posts

    1
  • Joined

  • Last visited

Posts posted by zig1375

  1. My server has 32GB RAM.

     

    In the TinyCore I can see all of them:

    tc@box:~$ free -m
                  total        used        free      shared  buff/cache   available
    Mem:          31612         254       30195         603        1163       30255
    Swap:          7875           0        7875


     

    But when in the synology I can see only 2GB instead of 32GB.

    $ free -m
                  total        used        free      shared  buff/cache   available
    Mem:           2366         704         348          71        1313        1253
    Swap:          3468           0        3468

     

     

    user_config.json:

    {
      "general": {
        "model": "DS3622xs+",
        "version": "7.1.1-42962",
        "smallfixnumber": "0",
        "zimghash": "8903dc99f7201c8656de618d767c05f91bfd32edd9a3706a50fd223237842bf2",
        "rdhash": "432f315818adad4e1ca54040557e164caf2937004e2d009aac8865391353e2f6",
        "usb_line": "withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x3700 earlycon=uart8250,io,0x3f8,115200n8 syno_port_thaw=1 mac1=0011324A93E1 sn=2150SQRP55HWT vid=0x0dd8 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6 ",
        "sata_line": "withefi earlyprintk syno_hw_version=DS3622xs+ console=ttyS0,115200n8 netif_num=1 pid=0x3700 earlycon=uart8250,io,0x3f8,115200n8 synoboot_satadom=1 syno_port_thaw=1 mac1=0011324A93E1 sn=2150SQRP55HWT vid=0x0dd8 elevator=elevator loglevel=15 HddHotplug=0 DiskIdxMap=00 syno_hdd_detect=0 vender_format_version=2 syno_hdd_powerup_seq=0 log_buf_len=32M root=/dev/md0 SataPortMap=6 ",
        "redpillmake": "prod",
        "friendautoupd": "true",
        "hidesensitive": "false"
      },
      "ipsettings": {
        "ipset": "",
        "ipaddr": "",
        "ipgw": "",
        "ipdns": "",
        "ipproxy": ""
      },
      "extra_cmdline": {
        "pid": "0x3700",
        "vid": "0x0dd8",
        "sn": "2150SQRP55HWT",
        "mac1": "0011324A93E1",
        "netif_num": "1",
        "SataPortMap": "6",
        "DiskIdxMap": "00"
      },
      "synoinfo": {
        "internalportcfg": "0xffff",
        "maxdisks": "16",
        "support_bde_internal_10g": "no",
        "support_disk_compatibility": "no",
        "support_memory_compatibility": "no"
      },
      "ramdisk_copy": {}
    }

     

     

    Because of this I cannot run a VM. Synology says that it doesn't have enough memory.

    But in settings app of synology, I can see 32GB, but 29GB are marked as reserved.

    What am I doing wrong?

     

    • Like 1
×
×
  • Create New...