max texture size + max limit of textures

is there a limit on how many textures i can have? can i have as many textures as i want whose max width/height is returned by glGetIntegerv(GL_MAX_TEXTURE_SIZE…)?
thank u

There’s no limit on the number of textures you can have. That is in theory. In practice, you’re limited by memory usage.