This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select | |
| groupmembe0_.guid as guid1_59_, | |
| groupmembe0_.createdTs as createdT2_59_, | |
| groupmembe0_.updatedTs as updatedT3_59_, | |
| groupmembe0_.provider_guid as provide12_59_, | |
| groupmembe0_. timestamp as timestam4_59_, | |
| groupmembe0_.deleted as deleted5_59_, | |
| groupmembe0_.deleted_by_provider as deleted_6_59_, | |
| groupmembe0_.origin_id as origin_i7_59_, | |
| groupmembe0_.end_date as end_date8_59_, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM arm32v7/openjdk:9-slim | |
| COPY target/runtime-*.jar target/dependency/*.jar /function/runtime/ | |
| # UseCGroupMemoryLimitForHeap looks up /sys/fs/cgroup/memory/memory.limit_in_bytes inside the container to determine | |
| # what the heap should be set to. This is an experimental feature at the moment, thus we need to unlock to use it. | |
| # | |
| # MaxRAMFraction is used modify the heap size and it is used as a denominator where the numerator is phys_mem. | |
| # It seems that this value is a uint in the JVM code, thus can only specify 1 => 100%, 2 => 50%, 3 => 33.3%, 4 => 25% | |
| # and so on. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: {your_dockerhub_account}/hello-fn-rpi | |
| version: 0.0.1 | |
| runtime: java9 | |
| cmd: com.example.fn.HelloFunction::handleRequest | |
| build_image: arm32v7/maven:3.5-jdk-9-slim | |
| run_image: varpa89/fn-java-fdk-arm32:1.0.56 | |
| format: http |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Fn Server | |
| [Service] | |
| Restart=always | |
| ExecStart=/usr/local/bin/fnserver | |
| [Install] | |
| WantedBy=multi-user.target |
OlderNewer