###実現したいこと
raspberrypi3 modelBのメモリを拡張したいです
###経緯
catkin_makeを行っていた際に
c++: internal compiler error: 強制終了 (program cc1plus)
~省略~
Makefile:138: ターゲット 'all' のレシピで失敗しました
make: *** [all] エラー 2
Invoking "make -j4 -l4" failed
と出て、ビルドが止まってしまいました。
確認したこと
$dmesg で、
[5020.936003] Out of memory: Kill process 2781 (cc1plus) score 408 or sacrifice child
[5020.952330] Killed process 2781 (cc1plus) total-vm:406712kB, anon-rss:384300kB, file-rss:132kB
とでていました。システムのメモリが不足?しているらしいです。
ちなみに
ubuntu@raspi:~$ free -h
____total used free shared buff/cache available
Mem: 920M 33M 806M 6.9M 80M 849M
Swap: 0B 0B 0B
ubuntu@raspberry:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 450M 0 450M 0% /dev
tmpfs 93M 6.9M 86M 8% /run
/dev/mmcblk0p2 224G 4.7G 219G 3% /
tmpfs 461M 0 461M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 461M 0 461M 0% /sys/fs/cgroup
/dev/mmcblk0p1 128M 50M 79M 39% /boot/firmware
tmpfs 93M 0 93M 0% /run/user/1000
メモリ不足ってパーティション拡張でどうにかなりますかね…?
ラズパイ本体の問題だから無理かな…
補足情報
使用OSはUbuntu16.04です
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/25 10:44