0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

20240313の日記(git diffで"terminal is not fully funcitioal"というエラー、仮想環境重すぎ)

Last updated at Posted at 2024-03-13

Powershellでgit diffしたらnot fully functionalとか言われた

こんなやつ

> git diff .\runTool.py
WARNING: terminal is not fully functional
Press RETURN to continue

TERMの設定がいまひとつだと出る
Why does git diff on Windows warn that the "terminal is not fully functional"? - Stack Overflow
PowershellをAlacrittyで使ってるのでTERMをみるとalacrittyと表示される

echo $ENV:TERM
alacritty

なので$PROFILEのなかで

$ENV:TERM="xterm-256color"

とすると解決

仮想環境のWindowsでラロワ動かすと重すぎる

100件のデッキデータ取得にホスト機ではだいたい1000秒ほどで終わる
だから、えーと、17分ほど?

→ 仮想環境では1件につき3分くらいかかる
→ 100件で300分かかる
→ 5時間?!

これは使えない
Dockerコンテナで動かすことを考えよう

Windows上でWindowsコンテナを動かすとホスト同じくらい速いはず、、、??
DirectXを使っているので基本的にはWindowsでしか動かないんだけど、なかにはArchLinuxでDirectX使えるようにしてFF14やっている猛者もいるからできるんじゃないか、と思ってる
けど、かなり沼りそうだからしばらく仮想環境であれこれはやめておこう

FF14をArchLinuxで動かす(DirectX11対応) | Arch使いの日記

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?