It is just an informational message related to directly connected hosts in the ARP table. The switch keeps a list of directly connected hosts that is constantly updating. When the switch reaches more than 200 directly connected hosts in the ARP table, this kind of message starts to appear. At this point the switch will clear part of the ARP table in order to keep at most 180 used addresses. As previously mentioned, this is not causing any problems on the switch. The "ip caused the problem" part is poor phrasing and only means that the table reached the maximum number of addresses. The switch should function fine.
Use the command config#system resources routing 64 400 32 to increase the support table for hosts.
Что самое интересное: ставим линукс НА VIRTUALBOX, который запущен на винде, на этом линуксе запускаем iperf, апач, ftp, всё что угодно - тестируем скорость - и она высокая, в то время, как на винде, где эта виртуалка запущена - скорость низкая.
Это корректное решение задачи https: // sql-academy .org/ru/trainer/tasks/68
Как можно переписать код, чтобы его оптимизировать?
Получить список имен клиентов (CustomerName), отвечающих описанному условию
Получить список имен клиентов (CustomerName)
SELECT Customers.CustomerName, Orders.OrderDate, Orders.CustomerID, Orders.OrderID, Products.CategoryID, OrderDetails.Quantity
Кто сказал, что чем больше, тем лучше?Where Products.CategoryID = 4 OR Products.CategoryID = 1