0

I'm using my Raspberry Pi 2 Model B as a small and super simple LAMP development server. However it is on the edge of acceptable performance, especially when it comes to bulk copying or handling large MySQL databases.

The set-up:

  1. The Pi has no display attached
  2. I access the device via SSH and WinSCP
  3. I changed the GUI boot behavior via raspi-config to command line only

What makes me curious is that whenever I connect to the Pi via the Windows Remote Control tool I still get a GUI.

Therefore I'm wondering whether if there are any negative performance implications or if Raspbian does not load the GUI until explicitly requested from the remote control tool.

If there are negative implications, what configurations should I change? (PS: I like to have a GUI from time to time but I could do without it.)

4

1 回答 1

1

除非 RPi非常缺乏内存,否则只要不积极使用图形界面,就不会出现性能差异。

话虽如此,我不会尝试在其上运行大型数据库,除非我使用 10 级或更好的卡并且数据库配置经过大量调整。

于 2015-04-15T16:27:07.973 回答