If you happend to find this recuring error il your logs on SME 8 x64
ntpd: error while loading shared libraries: libc.so.6: failed to map segment from shared object: Cannot allocate memory
you need to allow more memory to ntpd
[root@new-server ~]# db configuration show ntpd
ntpd=service
MemLimit=12000000
NTPServer=smeserver.pool.ntp.org
SyncToHWClockSupported=yes
status=enabled
[root@new-server ~]# db configuration setprop ntpd MemLimit 24000000
Since I don't know the SME action or event to write this config to "/var/service/ntpd/env/MEMLIMIT", I also edit the value in this file.
Then it is solved.
If someone knows the good command to write the config, please say it.