Last Modified: Feb 11, 2025
Affected Product(s):
BIG_IP_NEXT(CM) MA-CM
Known Affected Versions:
20.2.1
Fixed In:
20.3.0
Opened: May 09, 2024 Severity: 3-Major
When you click Add application on Application Migration page, the following error is returned: Unexpected Error: applications?limit-1000000
Applications cannot be migrated using UCS files that have a large number (more than 2000) of virtual servers.
Migrate a UCS file that contains a large number of virtual servers (more than 2000).
Increase amount of memory for mbiq-journeys-feature deployment. 1. Log in to BIG-IP Next Central Manager using SSH 2. Execute following command: kubectl patch deployment mbiq-journeys-feature -p '{"spec":{"template":{"spec":{"containers":[{"name":"mbiq-journeys-feature","resources":{"limits":{"cpu":"1","memory":"1.5Gi"}}}]}}}}'
None