|
diego questions: default memory and passing env variables
We are not using Diego and we are on CF version 211. I had my application started with 2GB of memory set in the manifest file. I then ran the following command and restaged the app: cf set-env <app-na
We are not using Diego and we are on CF version 211. I had my application started with 2GB of memory set in the manifest file. I then ran the following command and restaged the app: cf set-env <app-na
|
By
...
· #1467
·
|
|
diego questions: default memory and passing env variables
Thanks for the response. But what I am observing is, by setting MEMORY_LIMIT as an environment variable does take effect when I restage the app and it reduces the memory allocated to the java app(not
Thanks for the response. But what I am observing is, by setting MEMORY_LIMIT as an environment variable does take effect when I restage the app and it reduces the memory allocated to the java app(not
|
By
...
· #1470
·
|
|
diego questions: default memory and passing env variables
Thanks for the clarification Sabha and Amit. We are using JavaBP and our usecase is to have additional native memory headroom for the app. One option is to tweak the open_jdk.yml file in the JavaBP to
Thanks for the clarification Sabha and Amit. We are using JavaBP and our usecase is to have additional native memory headroom for the app. One option is to tweak the open_jdk.yml file in the JavaBP to
|
By
...
· #1474
·
|
|
diego questions: default memory and passing env variables
Exactly. That is why we are not pursuing changing the BP option. Thanks for the confirmation.
Exactly. That is why we are not pursuing changing the BP option. Thanks for the confirmation.
|
By
...
· #1476
·
|
|
Benchmark for UAA performance
100ms to 200ms sounds about the right value to get an Oauth token. We did a benchmark with UAA and found out that out of the box, the auto reconfiguration sets the default JDBC connection pool value t
100ms to 200ms sounds about the right value to get an Oauth token. We did a benchmark with UAA and found out that out of the box, the auto reconfiguration sets the default JDBC connection pool value t
|
By
...
· #1659
·
|
|
app auto-scaling in OSS CF contribution
+1 on this feature. We at GE would be very interested in this feature as well. We would very much like to collaborate on this feature. Thanks Siva
+1 on this feature. We at GE would be very interested in this feature as well. We would very much like to collaborate on this feature. Thanks Siva
|
By
...
· #1760
·
|
|
Import large dataset to Postgres instance in CF
Hello, Below is my requirement: I have a postgres instance deployed on our corporate CF deployment. I have created a service instance of this postgres and bound my app to it. Now I need to import a ve
Hello, Below is my requirement: I have a postgres instance deployed on our corporate CF deployment. I have created a service instance of this postgres and bound my app to it. Now I need to import a ve
|
By
...
· #3023
·
|
|
Import large dataset to Postgres instance in CF
Hi Nick, Your Option 1(Using psql CLI) is not possible since there is a firewall that only allows connection from CF apps to postgres DB. Apps like psql CLI that are outside of CF have no access to th
Hi Nick, Your Option 1(Using psql CLI) is not possible since there is a firewall that only allows connection from CF apps to postgres DB. Apps like psql CLI that are outside of CF have no access to th
|
By
...
· #3040
·
|
|
Import large dataset to Postgres instance in CF
Thanks. We are not running Diego. So writing an app seem to be the most viable option. wrote:
Thanks. We are not running Diego. So writing an app seem to be the most viable option. wrote:
|
By
...
· #3075
·
|
|
Routes limitation per app
Hello, We have an implementation of UAA using Identity zones where each zone in UAA is represented by a unique route and this route is bound to that UAA app in our cloudfoundry implementation. Eg: If
Hello, We have an implementation of UAA using Identity zones where each zone in UAA is represented by a unique route and this route is bound to that UAA app in our cloudfoundry implementation. Eg: If
|
By
...
· #3667
·
|
|
Routes limitation per app
Thanks Filip and Shawn. I think Filip's suggestion would solve our problem.
Thanks Filip and Shawn. I think Filip's suggestion would solve our problem.
|
By
...
· #3676
·
|
|
apps logs
If you are trying to get the actual JWT token of your current UAA instance targeted by UAAC, you can try: $uaac context corentin.dupont(a)create-net.org> wrote:
If you are trying to get the actual JWT token of your current UAA instance targeted by UAAC, you can try: $uaac context corentin.dupont(a)create-net.org> wrote:
|
By
...
· #3741
·
|
|
cf scale command sequence
When I issue a cf scale command to bring down the number of app instances from, say 10 to 5, what is the sequence of events that take place to make this happen? I am particularly interested to know if
When I issue a cf scale command to bring down the number of app instances from, say 10 to 5, what is the sequence of events that take place to make this happen? I am particularly interested to know if
|
By
...
· #4796
·
|
|
cf scale command sequence
Thanks. What I am concerned about are the inflight transactions on the container when it is being destroyed. What happens to them? If the routes are removed from the GoRouter before the container is d
Thanks. What I am concerned about are the inflight transactions on the container when it is being destroyed. What happens to them? If the routes are removed from the GoRouter before the container is d
|
By
...
· #4799
·
|
|
Regarding UAA service
Hi Dax, Can I request to log your issue at https://forum.predix.io ? There are a lot more Predix focussed developers on that forum than this mailing list and you are more likely to get a faster answer
Hi Dax, Can I request to log your issue at https://forum.predix.io ? There are a lot more Predix focussed developers on that forum than this mailing list and you are more likely to get a faster answer
|
By
...
· #4924
·
|
|
CPU usage for apps became extremely high when upgrade to cf 237 with diego release 0.1472.0
I am seeing this issue with the DEAs as well on ver 237 in out environment.
I am seeing this issue with the DEAs as well on ver 237 in out environment.
|
By
...
· #5182
·
|
|
CPU usage for apps became extremely high when upgrade to cf 237 with diego release 0.1472.0
BTW, I am use cf CLI version 6.19.0+b29b4e0-2016-06-08
BTW, I am use cf CLI version 6.19.0+b29b4e0-2016-06-08
|
By
...
· #5181
·
|
|
CF v237 - DEA - Restarting or restaging an app with a route mapped results in timeouts
Hi, After the upgrade to CF v237, we have started noticing a peculiar issue with some of our apps(like UAA and custom service brokers). Below is the summary of the issue(I will take UAA as an example
Hi, After the upgrade to CF v237, we have started noticing a peculiar issue with some of our apps(like UAA and custom service brokers). Below is the summary of the issue(I will take UAA as an example
|
By
...
· #5417
·
|
|
Dynamically change log levels of apps deployed to CF
We have a wide variety of Java apps(mostly spring boot) deployed to CF. One of the challenges we have is to troubleshoot issues in Production when these apps are running with a log level of INFO or hi
We have a wide variety of Java apps(mostly spring boot) deployed to CF. One of the challenges we have is to troubleshoot issues in Production when these apps are running with a log level of INFO or hi
|
By
...
· #5528
·
|
|
Dynamically change log levels of apps deployed to CF
Thanks Mike. Assuming I have access to update using JMX, the question still remains on what should I update to change logging level. I dont believe they are exposed through JMX. Am I missing something
Thanks Mike. Assuming I have access to update using JMX, the question still remains on what should I update to change logging level. I dont believe they are exposed through JMX. Am I missing something
|
By
...
· #5530
·
|