博客
关于我
虚拟机安装deepin20并运行java
阅读量:349 次
发布时间:2019-03-04

本文共 207 字,大约阅读时间需要 1 分钟。

遇到以下两个问题需要进行解决:

  • 在msconfig中修改了最大内存后,系统重启后发现内存从原来的64GB减少到4GB。经过检查,发现是系统自动调整内存大小的结果,后来通过还原配置文件恢复了正常的内存设置。

  • 在虚拟机环境中运行.sh文件时,出现权限不足提示。通过尝试使用chmod a+x命令修改文件权限仍未解决问题,最终发现使用chmod u+x *.sh命令对所有.sh文件进行统一权限设置,成功解决了权限问题。

  • 转载地址:http://iwme.baihongyu.com/

    你可能感兴趣的文章
    Python APP自动化测试工具adb与Monkey使用详解
    查看>>
    Python APP自动化测试框架Appium详解
    查看>>
    Python APP自动化测试框架开发实战
    查看>>
    python argparse模块
    查看>>
    Python asyncio库的学习和使用
    查看>>
    Python AttributeError:“dict“对象没有属性“append“
    查看>>
    Python base64和hashlib模块
    查看>>
    python basic programs
    查看>>
    python bert_gen.py 报错Unable to load weights from pytorch checkpoint file for......
    查看>>
    python binascii.Error: Incorrect padding
    查看>>
    Python bool() 函数能否为无效参数引发异常?
    查看>>
    Python C 程序子进程在“for line in iter“处挂起
    查看>>
    Python Celery:自动化测试平台定时任务必备的三方库
    查看>>
    python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令
    查看>>
    Python CONNECT 4 CHECK WIN函数
    查看>>
    python cos,Python cos(90)和cos(270)不是0
    查看>>
    python进阶(4):Python 脚本文件重启自身进程
    查看>>
    python ctypes库中动态链接库加载方式
    查看>>
    python cv2 图像( np array )转 HObject
    查看>>
    python进阶(3):文件操作
    查看>>