The maximum value depends on the amount of RAM + video memory that you have (and the complexity of each object). The graphics driver will determine the most efficient place to store VBO / PBO, whether in your RAM or your video memory.
Basically, you can create as many VBO / PBO as you want if you have some memory left.
source share