InanitySnow

Results 10 comments of InanitySnow

@aligungr I attach 2 UE on free5gc (v3.0.5) in same slice. UE use lubuntu 20.04 for environment. UE1 ran "sudo ./td" and "sudo ./tfn -h 60.60.0.1 -c 4 -i 60.60.0.2"...

Update: I tried running 4 UE in same slice, two UEs ran high throughput service (e.g Youtube, iperf). and other two just idle. Finally, the two UE ran with serivces...

@aligungr Thanks for your reply. I found that in default settings, free5gc has set to 3600. I will try to increase the value. by the way, I found that my...

@aligungr In lastest version, I compiled source code with "-j" flag, I got oom error message. But without "-j" flag it can build normally. (I gave it 8GB memory, and...

> @lee850220 > > `makefile` in the root folder of UERANSIM actually does not build the project itself. But it just triggers CMake to build it, therefore `-j` has no...

@aligungr I tested in both root and non-root user with instructions below. (This machine have 8 threads and 8GB memory could use) htop in normal status: ![image](https://user-images.githubusercontent.com/18142489/122141145-49d81b00-ce7f-11eb-9e77-895eb391365a.png) These are my...

或是直接使用systemd輸出到journalctl,並把app.js裡所有的logt()改成log()。(因為journalctl已經有時間戳) ```properties [Unit] Description=aria2 ban unwelcome clients via ipset After=network.target aria2.service [Service] Type=simple User=root Restart=on-failure RestartSec=5s ExecStart=/usr/bin/node /usr/local/bin/aria2b StandardOutput=syslog StandardError=syslog SyslogIdentifier=aria2b [Install] WantedBy=multi-user.target ``` 在```vim /etc/rsyslog.conf```裡加入 ```properties :programname, isequal, "aria2b"...

以我的系統環境為例(UTC+8) 我嘗試使用原本的函數印出來的結果,看起來是直接印出格林威治時間(UTC+0) ![image](https://user-images.githubusercontent.com/18142489/161137196-f2346082-be7d-481c-a3c4-af55d516af80.png)

經過實驗 本以為是連線數過多的問題,每個任務從128連線調降為32 => 仍會發生 任務數過多問題,限制單一任務 => 仍會發生 限制傳輸速度 => 不發生 最後觀察到只要流量超過30MB/s,就有機率卡頓,隨著速度上升會愈發嚴重,60MB/s的時候UI會卡死直到速度降下來,甚至會顯示斷線,但後台仍然可以正常使用指令

I found that when I changed season name of TV show, then run scan on this show, the season name will change to original name. But after changed season name,...