在debian/ubuntu下增加新locales,如果是UTF-8,在64m vps下状态:
# locale-gen
Generating locales (this might take a while)...
en_US.UTF-8...memory exhausted
done
Generation complete.
明显UTF-8是一个16位编码字符集,vps的内存并不足够用于generating
有没有其他方案可以在小内存vps上增加UTF-8 locales?还是说这是根本无解的?
# locale-gen
Generating locales (this might take a while)...
en_US.UTF-8...memory exhausted
done
Generation complete.
明显UTF-8是一个16位编码字符集,vps的内存并不足够用于generating
有没有其他方案可以在小内存vps上增加UTF-8 locales?还是说这是根本无解的?