-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODK 1.4 migration #12
Conversation
The build process is getting stuck. It won't go past here: dron.Makefile:24: warning: overriding recipe for target 'dron-lite.owl' |
On the server, or on the local machine? How large is the servers available main memory? This will be the deciding factor here! |
(should be at least 32GB) |
it's an AWS large instance. Don't know exact number but think it's 64GB but
for sure at least 32GB.
…On Mon, Feb 20, 2023 at 5:39 AM Nico Matentzoglu ***@***.***> wrote:
(should be at least 32GB)
—
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJR55VPEWMXZ55ZRRD6RVLWYNCU3ANCNFSM6AAAAAAVBBCSWY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm checking on this. I was under the impression that the instance I'm
working on is a huge one with 64GB RAM. It appears as though that either we
downsized it, or there is another instance and I've got them confused.
This is on me to sort out at the moment. Many apologies.
…On Mon, Feb 20, 2023 at 7:34 AM Bill Hogan ***@***.***> wrote:
it's an AWS large instance. Don't know exact number but think it's 64GB
but for sure at least 32GB.
On Mon, Feb 20, 2023 at 5:39 AM Nico Matentzoglu ***@***.***>
wrote:
> (should be at least 32GB)
>
> —
> Reply to this email directly, view it on GitHub
> <#12 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAJR55VPEWMXZ55ZRRD6RVLWYNCU3ANCNFSM6AAAAAAVBBCSWY>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Ok I got the process to run to completion. Problem: the ChEBI import is broken. All the chebi classes show up at the top level under owl:Thing. |
Anything in the log files to go on? |
Sorry for taking so long to respond. I think the issue was that I tested it out on the main branch instead of a release branch. I've just run the process again and the problem did not recur. The only difference being this time I ran it on a release branch. It looks good. I will merge the pull request |
This PR contains a lot of updates from ODK 1.4 migration. If anything goes wrong (which it shouldn't, but because Dron is big I cant exclude the possibility), I will fix it!