参考:http://thinkpig007.blog.51cto.com/971471/1589831 以管理员身份运行vmware.exe即可 错误的错误提示: Not enough physical memory is available to power on this virtual machine with its configured settings.To fix this problem, adjust the additional memory settings to allo…
今天在linux中打开Weka时,打开基因数据文件的时候出现如 Not enough memory . Please load a smaller dataset or use a larger heap size. 所示的错误,说内存不足,需要设定一个更大的内存空间,只要执行以下命令 sudo java -Xmx1024m -jar /usr/lib/R/library/RWekajars/java/weka.jar 后,问题就解决了.不过这个命令分配的虚拟内存只是临时的,以后在weka中每次…
上篇我们介绍了binlog(参见mysql的binlog),配置文件用的是linux下的my.cnf,那么在windows下如何打开binlog呢?道理是相同的,配置文件是不一样的.在windows下我们需要配置my.ini,同名但不同后缀名.我们先来看我本地mysql的binlog开关是否打开: mysql> show variables like '%log_bin%'; +---------------------------------+-------+ | Variable_name…