Community discussions

MikroTik App

Search found 21 matches

by autonomous
Fri Dec 13, 2024 10:32 pm
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Hi everyone, perhaps it might be a storage problem ? I discovered that using a "normal" USB3-Memory-Stick in a RB5009 slows down the performance massive. When running my project in a chr-environment it is very much faster. USB-Devices have mainly only 1 (or 2) read/write-threads at the sa...
by autonomous
Fri Dec 13, 2024 10:31 pm
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Ever since updating to 7.14, and all version I've updated to so far, my containers perform *incredibly* slowly. (see updates below, it happens in 7.14 too) - A container will say it is running but takes 10+ minutes for the programs running in it to become accessible, sometimes it doesn't even succe...
by autonomous
Tue Jul 16, 2024 4:56 am
Forum: General
Topic: cache full, not storing since 7.14
Replies: 37
Views: 18071

Re: cache full, not storing since 7.14

I've also opened a support ticket and linked them to this thread. Will see how it goes.
thank you for doing that!
by autonomous
Tue Jul 16, 2024 4:53 am
Forum: General
Topic: cache full, not storing since 7.14
Replies: 37
Views: 18071

Re: cache full, not storing since 7.14

Same here on 7.16beta4. 16384KiB of cache memory allocated, only 2839 KiB used, and yet my logs are full of repeating "cache full, not storing" which continue to fire. I have not performed packet captures on the outbound interface to see if it really is looking them up every time or if thi...
by autonomous
Mon Jun 03, 2024 5:22 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Sorry - duckdns is not a server, just a simple API caller for some DynamicDNS service. Useful script nevertheless, thank you! Yesterday, that container was shown as "started" immediately, logging was enabled and it took 5+ minutes for very first log lines to start coming. BUT HEAR ME OUT ...
by autonomous
Mon Jun 03, 2024 3:09 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Sorry - duckdns is not a server, just a simple API caller for some DynamicDNS service. Useful script nevertheless, thank you! Yesterday, that container was shown as "started" immediately, logging was enabled and it took 5+ minutes for very first log lines to start coming. BUT HEAR ME OUT ...
by autonomous
Thu May 30, 2024 8:11 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

FYI even Pi-hole does this and I know there are dozens of people at least running that. I know there are folks with iperf container too. Just no reports on the forum, other than yours. Normally there a flurry if wide-spread issue... I'm believe you're seeing something. But you need one example, of ...
by autonomous
Thu May 30, 2024 8:09 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Are you using one of the official container images for this, or is it something you've built locally? yes, correct. I was using victoriametrics/vmagent for the container output I provided above. I've also built custom images (not for victoriametrics but for other applications) and experienced the s...
by autonomous
Thu May 30, 2024 8:08 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Maybe it's the disk you are using?
As I stated higher up in my post, i've tried the local flash on the device as well as external storage. The storage strange has ranged from USB sticks, to SSDs, to NVME sticks.
by autonomous
Wed May 29, 2024 7:08 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

Try to load system by running stress-ng inside container (eg. stress-ng --cpu 4 --aggressive ). Does it loads all cpu cores to 100% when monitoring cpu from ROS /system/resource/monitor ? You can also try with yabs.sh benchmark script inside container and share result. Anything running in a /contai...
by autonomous
Wed May 29, 2024 7:07 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

I regularlly use traefik container on my main test router, I have not seen any slowness. Now I don't have a lot of traffic going to/from. But they've started quickly and worked in the various 7.15beta. I know you're saying all containers slow, on all platforms. But perhaps it's something in some su...
by autonomous
Tue May 28, 2024 3:19 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

More info from inside the containers I updated the entrypoint and cmd as needed to invoke strace as the first process that launches the program to capture a trace of the activity, so as to ascertain of the application is mis-behaving. You can see the strace did start successfully and try to launch t...
by autonomous
Tue May 28, 2024 1:17 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

I take it back, it's not just 7.15. I am seeing the same problems on 7.14.2, and on a different device (hAP ax^3) Containers start, and show running status I can shell into them and ps to see their processes are running. The IPs of the containers are pingable from outside I can ping out of the conta...
by autonomous
Thu May 23, 2024 12:12 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

  • Stopped Container
  • Changed container from veth1 to veth3
  • Deleted veth1
  • Re-created veth1
  • Changed container from veth3 to veth1
  • Started Container
  • No change in the problem :(
by autonomous
Wed May 15, 2024 5:15 am
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Re: Horrible container performance from 7.14 up to 7.15rc2

The limit is 0, and memory utilization on the unit has shown less than 25% of ram utilized at all times.

It is definitely not a problem with resources being unavailable, as I mention in the post CPU has also very low.
by autonomous
Fri May 10, 2024 11:32 pm
Forum: Containers
Topic: Horrible container performance from 7.14 up to 7.15rc2
Replies: 31
Views: 10119

Horrible container performance from 7.14 up to 7.15rc2

Ever since updating to 7.14, and all version I've updated to so far, my containers perform *incredibly* slowly. (see updates below, it happens in 7.14 too) - A container will say it is running but takes 10+ minutes for the programs running in it to become accessible, sometimes it doesn't even succee...
by autonomous
Mon Dec 04, 2023 12:01 am
Forum: Containers
Topic: Containers broken after restore from backup
Replies: 5
Views: 7406

Re: Containers broken after restore from backup

Cleaning up the files (or installing to another directory) worked.

Unfortunately I cannot copy my configs over from the old container, as RouterOS sets the wrong ownership permissions (making them inaccessible to the container) and absolutely ignores chown commands over SFTP/SSHFS. :shock: :( :?
by autonomous
Sun Dec 03, 2023 10:20 pm
Forum: Containers
Topic: Containers broken after restore from backup
Replies: 5
Views: 7406

Re: Containers broken after restore from backup

What version of RouterOS and also what container? 7.12 technitium/dns-server:latest is the first container in the list I'm going to save my container settings and then nuke them and retry. It may be that the fact the folder and files already existed prior to the restore, due to the 'unclean erase' ...
by autonomous
Fri Dec 01, 2023 10:52 pm
Forum: Containers
Topic: A question about ram-high Topic is solved
Replies: 5
Views: 18589

Re: A question about ram-high Topic is solved

It is the total amount containers are allowed to use before it takes action, not a per-container limit.

It also appears to result in containers restarting when the memory limit is hit. I watch the memory utilization rise and then drop repeatedly as memory gets too high and it enforces the limit.
by autonomous
Fri Dec 01, 2023 10:49 pm
Forum: Containers
Topic: Containers broken after restore from backup
Replies: 5
Views: 7406

Containers broken after restore from backup

I had to reset my config and restore form a recent backup config, and while almost everything worked right again containers are not starting. Containers are all in stopped state Starting a container never changes the status. No error from the command, but immediately checking the status afterwards s...
by autonomous
Sun May 07, 2023 10:40 pm
Forum: General
Topic: Unable to sniff traffic on bridge
Replies: 0
Views: 393

Unable to sniff traffic on bridge

I recently purchased a Hex S (RB760iGS / MT7621A) to replace a configuration I was running inside of a VM, and am having some problems. I bridge two ports together as a transparent filtering bridge between my modem and my (non-microtik) router. On my virtual machine instance I am able to see the tra...